home *** CD-ROM | disk | FTP | other *** search
- <gconfschemafile>
- <!--
- Note: all double hyphens in this comment have a space in the middle
- because double hyphen isn't allowed in comments. So, remove the space
- before use.
- To install this file type:
- gconftool - -install-schema-file gcalctool.schemas
- You probably want your "make install" to do this for real applications.
- Also, you probably want a configure option so people can retarget where the
- schema file gets installed. The option should be called - -gconf-config-source=blah
- To change the gconftool target use the - -config-source=blah option to gconftool.
- -->
- <schemalist>
- <schema>
- <applyto>/apps/gcalctool/accuracy</applyto>
- <key>/schemas/apps/gcalctool/accuracy</key>
- <owner>gcalctool</owner>
- <type>int</type>
- <default>9</default>
- <gettext_domain>gcalctool</gettext_domain>
- <locale name="C">
- <short>Accuracy value</short>
- <long>
- The number of digits displayed after the numeric point.
- This value must be in the range 0 to 9.
- </long>
- </locale>
- </schema>
-
- <schema>
- <applyto>/apps/gcalctool/base</applyto>
- <key>/schemas/apps/gcalctool/base</key>
- <owner>gcalctool</owner>
- <type>int</type>
- <default>10</default>
- <gettext_domain>gcalctool</gettext_domain>
- <locale name="C">
- <short>Numeric Base</short>
- <long>
- The numeric base for input and display.
- </long>
- </locale>
- </schema>
-
- <schema>
- <applyto>/apps/gcalctool/display</applyto>
- <key>/schemas/apps/gcalctool/display</key>
- <owner>gcalctool</owner>
- <type>string</type>
- <default>FIX</default>
- <gettext_domain>gcalctool</gettext_domain>
- <locale name="C">
- <short>Display Mode</short>
- <long>
- The initial display mode. Valid values are
- "ENG" (engineering),
- "FIX" (fixed-point) and
- "SCI" (scientific)
- </long>
- </locale>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- </schema>
-
- <schema>
- <applyto>/apps/gcalctool/mode</applyto>
- <key>/schemas/apps/gcalctool/mode</key>
- <owner>gcalctool</owner>
- <type>string</type>
- <default>BASIC</default>
- <gettext_domain>gcalctool</gettext_domain>
- <locale name="C">
- <short>Mode</short>
- <long>
- The initial calculator mode. Valid values are
- "BASIC",
- "FINANCIAL",
- "LOGICAL",
- "SCIENTIFIC" and
- "PROGRAMMING"
- </long>
- </locale>
- </schema>
-
- <schema>
- <applyto>/apps/gcalctool/showzeroes</applyto>
- <key>/schemas/apps/gcalctool/showzeroes</key>
- <owner>gcalctool</owner>
- <type>bool</type>
- <default>FALSE</default>
- <gettext_domain>gcalctool</gettext_domain>
- <locale name="C">
- <short>Show Trailing Zeroes</short>
- <long>
- Indicates whether any trailing zeroes after the
- number point should be shown in the display value.
- </long>
- </locale>
- </schema>
-
- <schema>
- <applyto>/apps/gcalctool/showthousands</applyto>
- <key>/schemas/apps/gcalctool/showthousands</key>
- <owner>gcalctool</owner>
- <type>bool</type>
- <default>FALSE</default>
- <gettext_domain>gcalctool</gettext_domain>
- <locale name="C">
- <short>Show Thousands Separator</short>
- <long>
- Indicates whether thousands separators are shown in large numbers.
- </long>
- </locale>
- </schema>
-
- <schema>
- <applyto>/apps/gcalctool/showregisters</applyto>
- <key>/schemas/apps/gcalctool/showregisters</key>
- <owner>gcalctool</owner>
- <type>bool</type>
- <default>FALSE</default>
- <gettext_domain>gcalctool</gettext_domain>
- <locale name="C">
- <short>Show Registers</short>
- <long>
- Indicates whether the memory register window is
- initially displayed.
- </long>
- </locale>
- </schema>
-
- <schema>
- <applyto>/apps/gcalctool/trigtype</applyto>
- <key>/schemas/apps/gcalctool/trigtype</key>
- <owner>gcalctool</owner>
- <type>string</type>
- <default>DEG</default>
- <gettext_domain>gcalctool</gettext_domain>
- <locale name="C">
- <short>Trigonometric type</short>
- <long>
- The initial trigonometric type. Valid values are
- "DEG" (degrees),
- "GRAD" (gradians) and
- "RAD" (radians).
- </long>
- </locale>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- </schema>
-
- <schema>
- <applyto>/apps/gcalctool/wordlen</applyto>
- <key>/schemas/apps/gcalctool/wordlen</key>
- <owner>gcalctool</owner>
- <type>int</type>
- <default>64</default>
- <gettext_domain>gcalctool</gettext_domain>
- <locale name="C">
- <short>Word size</short>
- <long>
- The size of the words used in bitwise operations. Valid values are
- 16,
- 32 and
- 64.
- </long>
- </locale>
- </schema>
-
- <schema>
- <applyto>/apps/gcalctool/xposition</applyto>
- <key>/schemas/apps/gcalctool/xposition</key>
- <owner>gcalctool</owner>
- <type>int</type>
- <default>-1</default>
- <gettext_domain>gcalctool</gettext_domain>
- <locale name="C">
- <short>The initial x-coordinate for the window</short>
- <long>
- The number of pixels to place the window from the left of the screen.
- </long>
- </locale>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- </schema>
-
- <schema>
- <applyto>/apps/gcalctool/yposition</applyto>
- <key>/schemas/apps/gcalctool/yposition</key>
- <owner>gcalctool</owner>
- <type>int</type>
- <default>-1</default>
- <gettext_domain>gcalctool</gettext_domain>
- <locale name="C">
- <short>The initial y-coordinate for the window</short>
- <long>
- The number of pixels to place the window from the top of the screen.
- </long>
- </locale>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- </schema>
-
- </schemalist>
- </gconfschemafile>
-